home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Serious Software / Katabounga demo / Katabounga / Katabounga US 2.08 / Katabounga US 2.08.rsrc / TEXT_145_SizeObject.txt < prev    next >
Text File  |  1998-12-16  |  378b  |  12 lines

  1. SizeObject Object,H_Pixels,V_Pixels
  2.  
  3. Allows an object's size to be changed.  The size is expressed in pixels.
  4.  
  5. SizeObject MySelf, (MySelf.Right - MySelf.Left) / 2,100
  6. SizeObject Object_Film,100,100
  7.  
  8. An example for placing an object at full screen and starting up its media.
  9.  
  10. MoveObject Object_Film,0,0
  11. SizeObject Object_Film,SceneWidth,SceneHeight
  12. Message Start_Film,Object_Film